Northwoods.GoSilverlight 1.3.5 Assembly
IsEqualPortParameters Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsEqualPortParameters Method

a
b
This predicate compares two PortKey values and returns true if they are "equal".

Syntax

Visual Basic (Declaration) 
Protected Overridable Function IsEqualPortParameters( _
   ByVal a As PortKey, _
   ByVal b As PortKey _
) As Boolean
C# 
protected virtual bool IsEqualPortParameters( 
   PortKey a,
   PortKey b
)

Parameters

a
b

Return Value

Normally this uses the default EqualityComparer for the PortKey type. But you may need to override this method if that kind of equality comparison is inappropriate for your port information.

Requirements

See Also

© 2012 All Rights Reserved.